std::forward_list::pop_front
From Cppreference
< cpp | container | forward list
| void push_front();
| (C++0x feature) | |
Removes the first element of the container.
Contents |
Parameters
(none)
Return value
(none)
Complexity
constant.
See also
| inserts elements to the beginning (public member function) | |